Update: For local hosting using the Claude agent, Unsloth recommends adding "CLAUDE_CODE_ATTRIBUTION_HEADER" : "0" to the "env" section of your settings.json file. The default behavior can frequently invalidate the session KV cache, causing expensive prompt reprocessing (depending on your inference engine).
Example:
{
"promptSuggestionEnabled": false,
"env": {
"CLAUDE_CODE_ENABLE_TELEMETRY": "0",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",
"CLAUDE_CODE_ATTRIBUTION_HEADER" : "0"
},
"attribution": {
"commit": "",
"pr": ""
},
"plansDirectory" : "./plans",
"prefersReducedMotion" : true,
"terminalProgressBarEnabled" : false,
"effortLevel" : "high"
}
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: